home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / yam_i_dodatki / yamscripts / edit.rexx < prev    next >
OS/2 REXX Batch file  |  1997-07-22  |  363b  |  11 lines

  1. /* Quickly edits a message in any folder.  Don't screw up the headers!
  2. ** Just select a message and start this script.  You may want to change
  3. ** 'sys:tools/memacs' to some other editor and it might not support the
  4. ** start line like µemacs ('GOTO 12')
  5. */
  6. options results
  7.  
  8. address 'YAM' 'GetMailInfo File'
  9. address command 'sys:tools/memacs' result 'GOTO 12'
  10. exit
  11.